home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uupc11xd.zip / QBLAZER.MDM < prev    next >
Text File  |  1992-11-05  |  4KB  |  71 lines

  1. # *--------------------------------------------------------------------*
  2. # *        Telebit QBlazer Modem                                       *
  3. # *--------------------------------------------------------------------*
  4.  
  5. InSpeed=9600
  6. Device=COM1
  7. ModemTimeout=3
  8. Answer=CONNECT
  9.  
  10. # *--------------------------------------------------------------------*
  11. # *     Note that auto-answer is enabled by the following string       *
  12. # *--------------------------------------------------------------------*
  13. Ring="" \p\r\pATS0=1 OK-\pATS0=1-OK "" RING
  14. AnswerTimeout=20
  15.  
  16. # *--------------------------------------------------------------------*
  17. # *   Outward dialing options; you may also need to up the value       *
  18. # *   in S7 to control the internal modem timeout.                     *
  19. # *--------------------------------------------------------------------*
  20. NoConnect="BUSY" "NO CARRIER" "NO DIALTONE" "VOICE" "NO ANSWER"
  21. Connect=CONNECT
  22. DialPrefix=\pATDT
  23.  
  24. # Use long dial timeout internationally
  25. DialTimeout=41
  26. #DialTimeout=91
  27.  
  28. # *--------------------------------------------------------------------*
  29. # *   Because we enable auto-answer, we disable it here when the       *
  30. # *   modem is reset                                                   *
  31. # *--------------------------------------------------------------------*
  32. #Hangup="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK
  33. Hangup="" \r\pAT OK-AT-OK-\d\d+++\d\dATH-OK
  34.  
  35. # *--------------------------------------------------------------------*
  36. # *   We turn on ALL the neat options we can find when we              *
  37. # *   initialize one thing we do is to make the modem report it's      *
  38. # *   modem<-->computer at connect, so we can use autobauding          *
  39. # *   (nofixedspeed).                                                  *
  40. # *                                                                    *
  41. # *   Note:  We disable flow control on the basis UUCP "g"             *
  42. # *   protocol will pace the line for us.  This is not always          *
  43. # *   true, but I don't trust UUPC/extended hardware flow control,     *
  44. # *   which what we should use.                                        *
  45. # *--------------------------------------------------------------------*
  46. # use \sS7=90 for international use!! (long timeouts for dialing)
  47.  
  48. # note on Qblazer timeouts:  at 9600 this modem can take up to 30 seconds
  49. # to do it's line balancing thing.  Take this into account in the timeouts.
  50.  
  51. # note on QBLAZER speed shifting: many users have trouble with this feature
  52. # on non-AT&T and private phone company circuits, as well as internationally.
  53. # these multiple lines show different styles of modem use, including
  54. # forcing BAUD rate without speed shifting
  55.  
  56. # in my travels around, worldwide, the "9600 without speed shifting" works
  57. # best.  On calls via AT&T USA-Direct, unfortunately, you're lucky to get
  58. # better than 2400, but via all-digital international, 9600 is great.
  59.  
  60. # uncomment for 9600 with speed shifting
  61. #Initialize="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK \pAT\sE\s&F\sX0\s&C1\s&D3\sS0=0\sS7=40\sS51=4\sS58=2\sS59=15\sS61=0\s&W\sM0 OK
  62.  
  63. #   uncomment for 9600 without speed shifting (my favorite)
  64. Initialize="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK \pAT\sE\s&F\sX0\s&C1\s&D3\sS0=0\sS7=40\sS50=6\sS94=0\sS51=4\sS58=2\sS59=15\sS61=0\s&W\sM0 OK
  65.  
  66. #   uncomment for 2400 without speed shifting (for stinky connections)
  67. #Initialize="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK \pAT\sE\s&F\sX0\s&C1\s&D3\sS0=1\sS7=40\sS50=3\sS94=0\sS51=4\sS58=2\sS59=15\sS61=0\s&W\sM0 OK
  68. Options=nofixedspeed
  69. Options=carrierdetect
  70.  
  71.